{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please Read the General Instructions Closely. {% endblock %} {% block content %} {% if player.id_in_group != 4 %} {% include Constants.player_instructions %} {% endif %} {% if player.id_in_group == 4 %} {% include Constants.selector_instructions %} {% endif %}

Please answer the following questions.

How many stages are there in this experiment?{% formfield player.comprehension1 %}
What is the correct sequence of the stages? Enter the number of the stage for each of the four items. (Tip: Two of the choices belong to one stage.) Splitting points among yourself and your partner{% formfield player.comprehension21 %}
Rolling and reporting dice rolls{% formfield player.comprehension22 %}
Selecting at least one partner{% formfield player.comprehension23 %}
Putting 15 balls in two baskets{% formfield player.comprehension24 %}
What is the maximum a player can earn in the first environment in stage three?{% formfield player.comprehension3 %}
What is the maximum a player can earn in the second environment in stage three?{% formfield player.comprehension4 %}
What is the maximum a selector can earn during the selection process?{% formfield player.comprehension5 %}
How will your total earnings be calculated?{% formfield player.comprehension6 %}

{% endblock %}